@charset "utf-8";

/* CSS Document*/
/* reset*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
	/* [disabled]margin:0;*/
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #394351;
	margin: 0;
	font-size: 16px
}

p {
	padding: 0;
	font-family: "microsoft yahei", "simhei", "simsun";
	color: #394351;
	margin: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
	border: 0;
}

i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}

[hidefocus],
summary {
	outline: 0;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
	font-size: 100%;
	font-weight: normal
}

sup,
sub {
	font-size: 83%;
}

pre,
code,
kbd,
samp {
	font-family: inherit;
}

q:before,
q:after {
	content: none;
}

textarea {
	overflow: auto;
	resize: none;
}

label,
summary {
	cursor: default;
}

a,
button {
	cursor: pointer;
}

del,
ins,
u,
s,
a,
a:hover {
	text-decoration: none;
}

a {
	color: #394351;
	font-family: "microsoft yahei";
}

a:hover {
	color: #1d5fba
}

.fr {
	float: right !important
}

.fl {
	float: left !important
}

*,
:before,
:after {
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0;
	display: block
}

.warp {
	background: url(bodyBg_20231106.png) bottom center no-repeat;
	overflow: hidden
}

/*返回顶部*/
#totop {
	position: fixed;
	bottom: 20px;
	right: 257px;
	z-index: 9999999999;
	width: 44px;
	cursor: pointer;
	display: none;
}

#totop a {
	display: block;
	outline: none;
	width: 44px;
	height: 44px;
	background: #6e7b9c url(cosmos_back_top@2x.png) center no-repeat;
	background-size: 44px 44px;
	opacity: 0.3;
	border-radius: 3px;
}

#totop a:hover {
	opacity: 1;
	background-color: #bd0101;
}

.topbar {
	width: 100%;
	overflow: hidden;
}

.topbar p {
	float: right;
	line-height: 52px;
	color: #fff
}

.topbar li {
	float: left;
	color: #666666;
	margin: 0 4px;
	height: 52px;
	line-height: 52px;
}

.topbar li a {
	color: #666666
}

.topbar li a:hover {
	color: #015293
}

.topbar_box {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
	text-align: right
}

.user_Box {
	float: right;
	margin-left: 25px
}

.user_Box a {
	color: #fff !important
}

.head ul {
	width: 862px;
	/*! margin: 0 auto;*/
	z-index: 999;
	float: left;
}

.topbar_box p {
	display: flex;
	align-items: center
}

.topbar_box p label {
	display: inline-block
}

.topbar_box p label img {
	width: 25px
}

.topbar_box #time {
	margin-right: 16px
}

.weather_icon {
	margin-left: 10px
}

.head {
	width: 1260px;
	height: 56px;
	line-height: 56px;
	background: #3780D0;
	margin: 0 auto;
}

.head ul li {
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.head ul li a {
	color: #fff;
	display: block;
	padding: 0 14px
}

.head ul li a:hover {
	background: #3CA6FC;
}

.head .active a {
	background: #3CA6FC;
}

.logo {
	width: 1260px;
	margin: 27px auto 38px;
	overflow: hidden
}
.logo a{
	display: inline-block;
	width: 628px;
}
.logo img{
	width: 100%;
}
.search_box {
	margin-top: 35px
}

.search_select {
	width: 80px;
	float: left;
	line-height: 38px;
	padding: 0 13px 0 14px;
	position: relative;
	cursor: pointer;
	font-size: 13px;
}

.search_select .select_show {
	color: #494949;
}

.search_select_box {
	width: 92px;
	display: none;
	position: absolute;
	background-color: #fff;
	border-radius: 0 0 3px 3px;
	left: 0;
	z-index: 99;
	box-shadow: 0 0 3px #ddd;
}

.search_select_active .search_select_box {
	display: block;
}

.search_select_box a {
	display: block;
	color: #9ea5af;
	text-align: center;
	font-size: 14px;
	line-height: 35px
}

.search_select_box a:hover {
	color: #8d8d8d;
	background: #f8f8f8;
}

.search_select_active .select_show::after {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transition: transform 0.2s linear;
}

.search_select .select_show::after {
	content: '';
	width: 10px;
	height: 8px;
	display: block;
	background: url(ico1_20230606.png) no-repeat right center;
	background-size: auto;
	position: absolute;
	right: 2px;
	top: 15px;
	transition: transform 0.2s linear;
}

.i_search {
	width: 271px;
	height: 38px;
	/*! border: 1px solid #e1e1e1;*/
	border-radius: 3px;
	background: #fff;
	margin-top: 9px
}

.search_input {
	height: 28px;
	line-height: 28px;
	border: none;
	font-size: 14px;
	color: #9f9f9f;
	margin-left: 6px;
	outline: none;
	float: left;
	border-left: 1px solid #EBEBEB;
	padding-left: 9px;
	margin-top: 6px;
	width: 136px;
}

.search_btn {
	width: 30px;
	height: 30px;
	float: right;
	background: url(search_20230606.png) no-repeat center;
	border: none;
	margin-right: 13px;
	margin-top: 5px;
	cursor: pointer;
}

.search_btn1 {
	width: 110px;
	height: 38px;
	line-height: 38px;
	background: #FF5916;
	text-align: center;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 9px 9px 0 7px;
	cursor: pointer;
}

.row,
.contents {
	background: #fff;
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
}

.contents {
	min-height: 1000px;
	padding: 15px;
	/*! border: 2px solid #e7ecf2;*/
	margin-top: 9px
}

/*通用ul列表*/
.currency_ul {
	width: 100%;
	overflow: hidden;
	display: block;
	margin-top: 25px
}

.currency_ul li {
	padding-left: 22px;
	clear: both;
	display: block;
	margin-bottom: 24px;
	overflow: hidden;
	position: relative
}

.currency_ul li::before {
	width: 4px;
	height: 4px;
	border-radius: 4px;
	background: #BCAA9D;
	content: "";
	position: absolute;
	left: 0;
	top: 10px
}

.currency_ul li:last-child {
	margin-bottom: 0px;
}

.currency_ul li a {
	color: #394351;
	width: 88%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	display: block;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}

.R_main .currency_ul li a {
	width: 85% !important;
}

.currency_ul li:hover a {
	color: #1d5fba;
	padding-left: 5px
}

.currency_ul li span {
	color: #9599A0;
	font-size: 14px;
	float: right
}

.tit {
	width: 1226px;
	height: 45px;
	background: #E5EEF9;
	clear: both;
}

.tit h2 {
	height: 45px;
	line-height: 45px;
	display: inline-block;
	color: #3780D0;
	font-size: 20px;
	font-weight: bold;
	display: inline-block;
	position: relative;
	margin-left: 20px;
	padding: 0 5px;
}

.tit h2::after {
	content: "";
	width: 100%;
	height: 4px;
	background: #F6BF77;
	position: absolute;
	left: 0;
	bottom: -1px
}

.tit1 {
	border-bottom: 1px solid #E1E1E1;
	padding-bottom: 15px;
	margin-top: 20px;
	margin-bottom: 26px
}

.tit1 h2 {
	font-weight: bold;
	color: #2F2F2F;
	font-size: 20px;
	position: relative;
	padding-left: 15px;
}

.tit1 h2::before {
	content: "";
	width: 4px;
	height: 20px;
	background: #F6BF77;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 4px
}

.tit1 a {
	color: #2F2F2F
}

/*通用TAB*/
.LinksBox {
	width: 100%;
	clear: both;
}

.Links {
	position: relative
}

.Links_top {
	width: 100%;
	overflow: hidden;
	height: 46px;
	margin-bottom: 20px
}

.Links h2 {
	float: left;
	width: 124px;
	height: 36px;
	line-height: 36px;
	color: #3780D0;
	font-weight: bold;
	text-align: center;
	font-weight: bold;
	font-size: 18px
}

.Links ul {
	float: left;
	margin-bottom: 0
}

.Links ul li {
	width: 348px;
	height: 39px;
	background: #FAF7F7;
	border-radius: 3px;
	display: block;
	line-height: 39px;
	/*! padding: 0 15px;*/
	margin: 0 9px;
	float: left;
	text-align: center;
}

.Links ul li a {
	color: #fff
}

.Links ul .cur {
	background: none;
}

.Links ul .cur a {
	color: #333333;
	font-weight: bold
}

.Links .imgList {
	width: 100%;
	margin-top: 20px;
	overflow: hidden
}

.Links .imgList a {
	float: left;
	width: 240px;
	height: 65px;
	margin-right: 22px
}

.last_r {
	margin-right: 0 !important
}

.Links .link_a {
	width: 100%;
	overflow: hidden;
	min-height: 65px
}

.Links .link_a a {
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	display: inline-block
}

.footer_box {
	width: 1260px;
	margin: 0 auto;
	background: #fff
}

.footer {
	overflow: hidden;
	width: 100%;
	font-size: 16px;
	padding: 22px 0;
	border-top: 4px solid #3780D0;
}

.f_main {
	width: auto;
	margin: 0 auto;
	overflow: hidden
}

.f_main p {
	font-size: 16px;
	margin-bottom: 8px;
}

.f_main p label {
	margin-right:20px
}

.f_main .f_ico {
	background: url(footer_ico.png) no-repeat 126px center;
	padding-left: 26px
}

.f_main p:last-child {
	margin-bottom: 0
}

/* .f_main p a{margin-left: 16px;}*/
.f_main .f_img {
	margin: 20px 47px;
	width: 203px
}

.f_Text {
	width: auto;
	float: left;
	margin-left:100px;
	text-align: center;
}

.f_links {
	margin-bottom: 8px;
	width: 90px;
	float: right;
	margin-top: 20px;
}

.f_links a {
	color: #2A4689;
	font-size: 16px;
	display: block;
	margin-bottom: 15px;
	font-weight: bold;
}

.f_ul li {
	width: 115px;
	float: left;
	margin-left: 40px;
	text-align: center
}

.f_ul li label {
	color: #fff;
	font-size: 14px
}

.f_ul li img {
	display: block;
	margin: 0 auto;
	border-radius: 4px
}

.mb_30 {
	margin-bottom: 35px
}

.mb_25 {
	margin-bottom: 25px
}

/* 通用菜单*/
.Hamburg {
	height: 45px;
	line-height: 45px;
	float: right;
	margin-right: 20px;
	color: #8799AE;
	font-size: 14px;
}

.Hamburg a {
	color: #8799AE
}

.Hamburg span {
	background: url(ico_20230606.png) no-repeat center right;
	width: 6px;
	height: 12px;
	margin: 0 7px;
	display: inline-block;
	background-size: 6px
}

.Hamburg a:last-child {
	background: none;
	color: #3780D0
}

.tab_more {
	position: absolute;
	top: 0;
	right: 0
}

.link_W_Sub p {
	position: relative;
	display: inline-block;
	color: #394351;
	cursor: pointer;
	padding: 0 20px
}

.link_W_Sub:after {
	content: "";
	speak: none;
}

.link_W_Sub>p:after {
	position: absolute;
	speak: none;
	content: "";
	display: inline-block;
	width: 11px;
	height: 8px;
	background: url(ico1_on_20230606.png) right center no-repeat;
	right: 0;
	top: 18px
}

.link_W_Sub.expended>p:after {
	transform: rotate(180deg);
	transition: transform 0.2s linear;
	background: url(ico1_on_20230606.png) right center no-repeat
}

.link_hidden_box {
	position: absolute;
	width: 100%;
	height: auto;
	left: 0%;
	background:#5a6271;
	border-radius: 3px 3px 0 0;
	z-index: 9999;
	display: none;
}

.link_hidden_box div {
	padding: 10px;
	text-align: left
}

.link_hidden_box div a {
	color: #333;
	line-height: 30px;
	padding: 0 10px;
	display: inline-block;
	white-space: nowrap;
	font-size: 16px;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {
	.font_color {
		background-image: -webkit-linear-gradient(left, #000000, #ff0000 25%, #000000 50%, #ff0000 75%, #000000);
		-webkit-text-fill-color: transparent;
		-webkit-background-clip: text;
		-webkit-background-size: 200% 100%;
		-webkit-animation: color-animation 1.5s infinite linear;
	}
}

@-webkit-keyframes color-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

@-webkit-keyframes Hot-animation {
	0% {
		background-position: 0 0;
	}

	100% {
		background-position: -100% 0;
	}
}

/*头部*/
html {
	background: linear-gradient(360deg, #B8ECFF 0%, #FFFFFF 100%);
}

body {
	background: url(topBg_20231106.png) no-repeat center top!important;
}

.c_main {
	padding: 40px 20px
}

.c_main p {
	margin: 15px 0;
	line-height: 30px
}

.c_main h2 {
	text-align: center;
	font-size: 34px;
	font-weight: bold;
	margin-bottom: 20px
}

#detailCnt img {
	display: block;
	margin: 0 auto;
	max-width: 700px;
	    /* display: inherit; */
		    margin-top: 20px !important;
		    margin-bottom: 20px !important;
}

.c_main .item {
	width: 100%;
	clear: both;
	height: 50px;
	line-height: 50px;
	margin-bottom: 30px;
	background: #f5f5f5
}

.c_main .item .l_text {
	float: left;
	display: inline-block;
	color: #78808b;
	font-size: 16px;
	padding-left: 30px
}

.c_main .item .l_text span {
	margin-right: 30px;
	background: url("ico12.png") no-repeat left center;
	padding-left: 27px
}

.c_main .item .l_text label {
	background: url("ico14.png") no-repeat left center;
	padding-left: 27px
}

.c_main .item .r_links {
	float: right
}

.c_main .item .r_links span {
	font-size: 16px;
	float: left;
	color: #78808b;
	min-width: 70px;
	text-align: center;
	display: flex;
	align-items: center;
	margin-right: 40px;
}

.c_main .item .r_links span a {
	color: #78808b;
}

.switchsize a {
	display: inline-block;
	padding: 0 10px;
}

.line_no {
	border-right: none !important
}

.share_box {
	background: url(ico13.png) no-repeat right center;
	padding-right: 37px
}

/*分享*/
.bshare-custom.icon-medium-plus.cus-jl {
	position: absolute;
	top: 50px;
	left: 36px;
	background: #fff;
	box-shadow: 1px 2px 2px #F2F7FC;
}

.share_cell li {
	width: 50px;
	height: 50px;
}

.bshare-custom.icon-medium-plus.cus-jl .bshare-qzone {
	background: url(dwws-qzone20181123.png) no-repeat center;
}

.bshare-custom.icon-medium-plus.cus-jl .bshare-sinaminiblog {
	background: url(dwws-sina20181123.png) no-repeat center;
}

.bshare-custom.icon-medium-plus.cus-jl .bshare-qqmb {
	background: url(dwws-qw20181123.png) no-repeat center;
}

.bshare-custom.icon-medium-plus.cus-jl .bshare-weixin {
	background: url(dwws-chart20181123.png) no-repeat center;
}

.share_cell a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.annex {
	width: 100%;
	margin: 50px auto 0;
	overflow: hidden;
}

.annex dt {
	float: left;
	font-weight: bold;
	width: 6%
}

.annex dd {
	float: left;
	width: 90%
}

.annex dd a {
	display: block;
	text-decoration: underline;
	margin-bottom: 10px
}

.edit {
	margin-top: 20px;
	text-align: right;
	color: #394351;
	overflow: hidden;
	clear: both
}

.sideMenu {
	width: 316px;
	padding: 25px;
	height: auto;
	background: #F5F9FD;
	overflow: hidden;
	margin-top: 24px
}

.sideMenu ul {
	width: 271px;
	margin: 0 auto;
	overflow: hidden
}

.sideMenu ul li {
	height: 60px;
	line-height: 60px;
	background: url(ico_20230606.png) 250px 20px no-repeat;
	border-radius: 4px;
	margin-bottom: 10px;
}

.sideMenu ul li:last-child {
	margin-bottom: 0
}

.sideMenu ul li a {
	display: block;
	padding-left: 18px
}

.sideMenu ul li:hover {
	background: #3780D0 url(ico_on_20230606.png) no-repeat 250px 20px;
}

.sideMenu ul li.on {
	background: #3780D0 url(ico_on_20230606.png) no-repeat 250px 20px;
}

.sideMenu ul li.on a,
.sideMenu ul li:hover a {
	font-weight: bold;
	color: #fff
}

.R_main {
	width: 877px;
	margin-top: 24px
}

.textBox {
	width: 100%;
	margin-top: 35px;
}

.textBox h2 {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px
}

.textBox p {
	line-height: 30px !important;
	font-size: 16px !important
}

.tab_links {
	width: 100%
}

.tab_links li {
	display: inline-block;
	margin-right: 15px;
	line-height: 27px;
	height: 30px;
	border-radius: 3px;
	border: 1px solid transparent;
	padding: 0 6px
}

.tab_links li a {
	font-size: 18px;
}

.tab_links li:hover,
.tab_links .on {
	border: 1px solid #3780D0;
}

.tab_links li:hover a,
.tab_links .on a {
	color: #3780D0;
}

.flfg_table {
	width: 863px;
	margin-top: 28px
}

.flfg_table td {
	padding: 20px 10px
}

.flfg_table tbody tr:nth-child(2n) {
	background: #F5F9FD;
}

.flfg_table thead {
	height: 52px;
	border-radius: 3px;
	border: 1px solid #3780D0;
}

.flfg_table thead td {
	color: #3780D0;
	font-weight: normal
}

.td_w {
	width: 610px
}

.td_w2 {
	color: #3780D0
}

.td_w3 {
	width: 120px
}

.flfg_search {
	width: 863px;
	height: 159px;
	background: #FBFBFB;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.18);
	padding: 30px
}

.flfg_search form {
	margin-top: 22px
}

.flfg_input {
	width: 271px;
	height: 42px;
	background: #FFFFFF;
	border-radius: 6px;
	border: 1px solid #DED8D8;
	outline: none;
	padding-left: 10px;
}

.btn {
	width: 107px;
	height: 42px;
	background: #F6BF77;
	border-radius: 6px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	border: none;
	margin-left: 14px;
	cursor: pointer;
}

.btn_retrieval {
	background: #F6BF77;
}

.btn_resetting {
	background: #D1D1D1;
}

.mt20 {
	margin-top: 20px
}

.TradeInfo {
	width: 95%;
	overflow: hidden;
	margin-bottom: 20px
}

.TradeInfo .titH2 {
	width: 100%;
	overflow: hidden;
	margin-bottom: 10px;
}

.TradeInfo .titH2 a {
	/* font-weight: bold; */
	color: #2A2A2A;
	font-size: 18px;
	vertical-align: middle;
}

.TradeInfo .titH2 label {
	width: 19px;
	height: 19px;
	background: #68C67A;
	border-radius: 2px;
	color: #FFFFFF;
	font-size: 12px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	line-height: 19px;
}

.TradeInfo .item {
	width: 100%;
	overflow: hidden
}

.TradeInfo .item label {
	font-size: 15px;
	color: #3780D0;
	margin-right: 10px
}

.TradeInfo .item span {
	color: #2A2A2A;
	font-size: 15px;
	margin-right: 25px
}

/* 分页*/
.paging {
	width: 100%;
	margin: 30px auto;
	text-align: center;
}

.paging a {
	margin: 0px 3px;
	padding: 5px 10px;
	display: inline-block;
	color: #555;
	border-radius: 2px;
	font-size: 14px;
	border-radius: 5px;
	cursor: pointer;
	vertical-align: middle;
	background: #f7f7f7;
}

#firstPage,
#lastPage {
	display: none
}

#prePage {
	background: url(paging_Prev.png) no-repeat center;
	text-indent: -999px;
	overflow: hidden
}

#prePage:hover {
	background: #fff url(paging_Prev.png) no-repeat center !important;
}

#nextPage {
	background: url(paging_next.png) no-repeat center;
	text-indent: -999px;
	overflow: hidden
}

#nextPage:hover {
	background: #fff url(paging_next.png) no-repeat center !important;
}

.paging a:hover {
	text-align: center;
	background: #3780D0 !important;
	color: #fff !important;
	color: #565656;
	font-size: 14px;
	border-radius: 5px;
}

.paging .current {
	background-color: #3780D0;
	border-color: #fff;
	color: #FFFFFF;
	border-radius: 5px;
}

.totalPages {
	margin-left: 15px;
	font-size: 14px;
}

.totalPages span {
	color: #ff6200;
	padding: 0 3px;
}

.totalSize {
	font-size: 14px;
}

.totalSize span {
	color: #ff6200;
	padding: 0 3px;
}

.jyxx_tab li {
	background: #FFFFFF;
	padding: 0 10px;
}

.jyxx_tab li:hover,
.jyxx_tab .on {
	border: 1px solid #3780D0;
	background: #3780D0
}

.jyxx_tab li:hover a,
.jyxx_tab .on a {
	color: #fff;
	font-size: 16px;
}

.btnBox {
	border-top: 1px solid #e7e7e7;
	padding-top: 30px;
	margin-bottom: 50px;
	text-align: center
}

.btnBox span,
.btnBox a {
	margin: 0 10px;
	width: 116px;
	height: 42px;
	line-height: 42px;
	border-radius: 4px;
	color: #fff;
	display: inline-block;
	font-weight: bold;
	cursor: pointer;
}

.btnBox span {
	background: #3780D0;
}

.btnBox a {
	background: #F6BF77;
}

/*今日开标*/
.dl_List {
	overflow: hidden;
	clear: both
}

.dl_List dl {
	height: 142px;
	border-radius: 6px;
	border: 1px solid #B9CDFC;
	display: flex;
	align-items: center;
	margin-top: 20px
}

.dl_List dl dt {
	width: 154px;
	height: 142px;
	line-height: 142px;
	float: left;
	background: linear-gradient(270deg, rgba(185, 205, 252, 0) 0%, rgba(55, 128, 208, 0.14) 100%);
	font-weight: bold;
	color: #3780D0;
	text-align: center
}

.dl_List dl dd {
	float: left;
	border-left: 1px solid #B9CDFC;
	padding-left: 30px
}

.dl_List dl dd h2 {
	font-weight: bold;
	color: #2F2F2F;
	font-size: 18px;
	margin-bottom: 10px;
}

.dl_List dl dd p {
	color: #787878;
	font-size: 14px;
	margin-bottom: 10px
}

.w200 {
	width: 248px;
	display: inline-block
}

.dl_List dl dd p:last-child {
	margin-bottom: 0
}

.calendar {
	width: 387px;
	height: 500px;
	float: left;
	margin-right: 40px
}

.calendar .w_list {
	width: 792px;
	float: left
}

.prompt {
	width: 387px;
	height: 77px;
	background: linear-gradient(308deg, rgba(104, 183, 234, 0.03) 0%, rgba(55, 128, 208, 0.08) 100%);
	border-radius: 6px;
	border: 1px dotted #3780D0;
	margin-top: 10px
}

.prompt p {
	background: url(ico_20230710.png) left center no-repeat;
	height: 56px;
	margin-left: 20px;
	padding-left: 90px;
	margin-top: 10px;
	color: #3780D0;
	line-height: 24px
}

.calendar_data {
	width: 387px;
	height: 372px;
	background: #F5F9FD;
	border-radius: 6px;
	margin-top: 20px;
}

.calendar_data_num {
	font-weight: bold;
	color: #5D5D5D;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 15px
}

.calendar_data_num label {
	color: #3780D0;
}

/* 图片列表*/
.pic-list li {
	overflow: hidden;
	margin-right: 15px;
	width: 295px;
	float: left;
	list-style: none;
}

.pic-list {
	overflow: hidden;
	margin-top: 25px;
}

.pic-list li:nth-child(4n) {
	margin-right: 0;
}

.pic-list li .pic_img img {
	width: 100%;
}

.pic-list li .pic_img {
	width: 295px;
	height: 166px;
	overflow: hidden;
	background: url(zwtp_20230320.png) no-repeat center;
}

.pic-list li a {
	margin-bottom: 10px;
	display: block;
}

.pic-list li span {
	color: #9599A0;
	font-size: 14px;
}

.w_list {
	width: 803px;
	float: right;
}

.More {
	width: 174px;
	height: 47px;
	background: #F7FAFB;
	border-radius: 6px;
	color: #3780D0;
	font-size: 14px;
	text-align: center;
	line-height: 47px;
	margin: 35px auto
}

/* 首页 20230711*/
.news_photo {
	width: 100%;
	overflow: hidden;
}

.news_photo_left {
	float: left;
	width: 611px;
	height: 359px;
}

.pz_slides_3 {
	width: 611px;
	height: 359px;
	overflow: hidden;
	position: relative;
}

.pz_slides_3 ._btn {
	overflow: hidden;
	position: absolute;
	right: 24px;
	bottom: 20px;
	z-index: 9;
}

.pz_slides_3 ._btn ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.pz_slides_3 ._btn ul li {
	float: left;
	width: 21px;
	height: 4px;
	margin: 0 3px;
	cursor: pointer;
	background: #fff;
	border-radius: 11px;
}

.pz_slides_3 ._btn ul li.on {
	BACKGROUND-POSITION: 0px;
	background: #E1B871;
}

.pz_slides_3 ._pic {
	position: relative;
	height: 100%;
	z-index: 0;
}

.pz_slides_3 ._pic li {
	width: 611px;
	height: 359px;
	zoom: 1;
	vertical-align: middle;
	position: relative;
	-webkit-transition: all 0.2s ease-out 0s;
	-moz-transition: all 0.2s ease-out 0s;
	-o-transition: all 0.2s ease-out 0s;
	transition: all 0.2s ease-out 0s;
}

.pz_slides_3 .prev {
	float: left;
	display: inline-block;
	width: 28px;
	height: 52px;
	background: url(left_20230830.png) no-repeat;
	position: absolute;
	left: 20px;
	top: 37%;
}

.pz_slides_3 .next {
	float: left;
	display: inline-block;
	width: 28px;
	height: 52px;
	background: url(right_20230830.png) no-repeat;
	position: absolute;
	right: 20px;
	top: 37%;
}

.img1 {
	display: block;
	width: 611px;
	height: 359px;
	/* background: url(img7_zyy_znd_20230209.jpg) no-repeat;*/
	background-size: 611px;
}

.pz_slides_3 ._pic li:after {
	position: absolute;
	transition: 0.3s;
	content: "";
	width: 0;
	left: 50%;
	top: 0;
	height: 3px;
	background: #E1B871;
}

.pz_slides_3 ._pic li:hover:after {
	width: 100%;
	left: 0;
}

.pz_slides_3 ._pic li p {
	float: left;
	width: 100%;
	display: block;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 44px;
	line-height: 44px;
	background: url(bg_20230706.png) repeat-x;
	color: #fff;
}

.pz_slides_3 ._pic li p a {
	color: #fff;
	font-size: 18px;
	text-align: left;
	float: left;
	margin-left: 16px;
}

.pz_slides_3 ._pic li p a:hover {
	color: #fff;
}

.pz_slides_3 ._pic ul li .img1 a img {
	width: 611px;
	height: 359px;
	display: block;
}

.more_new {
	position: absolute;
	width: auto;
	height: 32px;
	background: #FF5916;
	text-align: center;
	line-height: 32px;
	color: #fff;
	position: absolute;
	top: 10px;
	right: 10px;
	border-radius: 3px;
	padding: 0 13px;
	overflow: hidden;
}

.more_new span {
	float: left;
}

.more_new:hover span {
	color: #fff;
}

.more_new img {
	float: left;
	display: inline-block;
	width: 6px;
	margin-left: 7px;
	margin-top: 10px;
}

.news_photo_right {
	float: right;
	width: 592px;
}

.tab_title {
	width: 100%;
	border-bottom: 1px solid #CFD6DD;
}

.tab_title ul {
	width: 100%;
	overflow: hidden;
}

.tab_title ul li {
	float: left;
	width: 158px;
	height: 53px;
	line-height: 53px;
}

.tab_title ul li a {
	display: block;
	width: 137px;
	padding-left: 21px;
	height: 53px;
	line-height: 53px;
	color: #4D4D4D;
	font-size: 20px;
	font-weight: bold;
}

.tab_title ul li.active {
	background: url(bg2__20230706.png) no-repeat;
	color: #fff;
}

.tab_title ul li.active a {
	color: #fff;
}

.tab_title ul li:hover {
	background: url(bg2__20230706.png) no-repeat;
	color: #fff;
}

.tab_title ul li:hover a {
	color: #fff;
}

.news_photo_right_main {
	width: 100%;
	margin-top: 15px;
}

.news_photo_right_main .tab_main {
	width: 98%;
	padding-left: 3px;
}

.ul_main {
	width: 100%;
}

.ul_main li {
	width: 100%;
	position: relative;
	color: #2A2A2A;
	line-height: 36px;
}

.ul_main li a {
	color: #2A2A2A;
	line-height: 36px;
	padding-left: 15px;
	display: inline-block;
	transition: all 0.4s;
}

.ul_main li a:hover {
	color: #3780D0;
	padding-left: 20px;
}

.ul_main li:before {
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: #C6D4EC;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top: 14px;
}

.time {
	float: right;
	font-size: 14px;
	color: #9599A0;
	line-height: 36px;
}

.jyrl {
	float: right;
	width: 450px;
	overflow: hidden;
}

.jyrl .date-list {
	width: 450px;
	float: right;
}

.jyrl .header {
	display: none;
}

.jyrl table {
	width: 450px;
}

.jyrl table thead {
	height: 30px;
	line-height: 30px;
	border-radius: 3px;
	background: #F3F7FF;
}

.jyrl table thead tr th {
	color: #3B3B3B;
}

.jyrl table tbody tr td {
	height: 45px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
	width: 80px;
	height: 45px;
	border: none;
	color: #3B3B3B;
}

.jyrl table tbody tr td.current {
	color: #3780D0;
	font-weight: bold;
}

.jyrl table tbody tr td:hover {
	background: #d6e1ef;
	color: #fff;
}

.date_left {
	float: left;
	width: 118px;
	height: 290px;
	border-radius: 4px;
	border: 1px solid #3780D0;
	position: relative;
	overflow: hidden;
}

.year_1 {
	width: 100%;
	text-align: center;
	margin-top: 52px;
	color: #3780D0;
	font-size: 18px;
	font-weight: bold;
}

.today_1 {
	width: 137px;
	height: 137px;
	background: url(bg2_20230706.png) no-repeat;
	background-size: 137px;
	position: absolute;
	left: -12px;
	top: 60px;
	text-align: center;
	line-height: 137px;
	color: #363636;
	font-weight: bold;
	font-size: 34px;
}

.month_1 {
	width: 100%;
	text-align: center;
	margin-top: 112px;
	color: #3780D0;
	font-size: 18px;
	font-weight: bold;
}

.tzgg_main {
	width: 1220px;
	margin-top: 18px;
	height: 54px;
	line-height: 54px;
	background: #F3F6FC;
	border-radius: 3px;
	overflow: hidden;
}

.tzgg_title {
	float: left;
	margin-left: 30px;
	font-size: 18px;
	font-weight: bold;
	color: #3780D0;
	background: url(icon15_20230706.png) left center no-repeat;
	padding-left: 46px;
	position: relative;
}

.tzgg_title:after {
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background: #C7D4E0;
	position: absolute;
	top: 18px;
	right: -11px;
}

.tzgg_content {
	float: left;
	color: #2A2A2A;
	margin-left: 24px;
}

.tzgg_content a {
	color: #2A2A2A;
}

.tzgg_content a:hover {
	color: #3780D0;
}

.main_2 {
	width: 1220px;
	height: 191px;
	padding-top: 26px;
	background: #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(173, 116, 116, 0.21);
	border-radius: 6px;
	margin-top: 18px;
}

.picScroll-left {
	width: 1220px;
	padding-left: 75px;
	height: 191px;
	position: relative;
}

.picScroll-left .hd ul {
	float: right;
	overflow: hidden;
	zoom: 1;
	margin-top: 10px;
	zoom: 1;
}

.picScroll-left .hd ul li {
	float: left;
	width: 9px;
	height: 9px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	/* background: url("images/icoCircle.gif") 0 -9px no-repeat;*/
}

.picScroll-left .hd ul li.on {
	background-position: 0 0;
}

.picScroll-left .bd {
	width: 100%;
}

.picScroll-left .bd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	float: left;
	width: 110%;
	overflow: hidden;
}

.picScroll-left .bd ul li a {
	float: left;
	display: block;
	width: 122px;
	margin: 0 auto;
	margin-right: 66px;
}

.picScroll-left .bd ul li a p {
	width: 100%;
	text-align: center;
	color: #313131;
	margin-top: 13px;
}

.icon_1 {
	width: 76px;
	margin: 0 auto;
}

.picScroll-left .bd ul li a p:hover {
	color: #3780D0;
}

.picScroll-left ._btn {
	overflow: hidden;
	position: absolute;
	right: 24px;
	bottom: 43px;
	z-index: 9;
}

.picScroll-left ._btn ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.picScroll-left ._btn ul li {
	float: left;
	width: 21px;
	height: 4px;
	margin: 0 3px;
	cursor: pointer;
	background: #D1D1D1;
	border-radius: 11px;
}

.picScroll-left ._btn ul li.on {
	BACKGROUND-POSITION: 0px;
	background: #FF5916;
}

.picScroll-left .tempWrap {
	width: 1100px !important;
}

.banner {
	width: 1220px;
	margin-top: 18px;
}

.banner a {
	width: 1220px;
	display: block;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.banner a img {
	width: 100%;
}

.banner a:hover {
	opacity: 0.8;
}

.main_3 {
	width: 1220px;
	margin-top: 18px;
	overflow: hidden;
}

.main_3_top {
	width: 100%;
	border-bottom: 1px solid #CFD6DD;
	overflow: hidden;
	margin-bottom: 13px;
}

.jyxx_tit {
	background: url(bg2__20230706.png) no-repeat;
	color: #fff;
	display: block;
	width: 158px;
	padding-left: 21px;
	height: 53px;
	line-height: 53px;
	font-size: 20px;
	font-weight: bold;
}

.jyxx_tab_box {
	width: 100%;
	overflow: hidden;
}

.jyxx_tab_left {
	float: left;
	width: 147px;
	height: 521px;
	background: #F7F7F7;
}

.jyxx_tab_left ul {
	width: 147px;
	padding-top: 40px;
}

.jyxx_tab_left ul li {
	width: 147px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 56px;
	position: relative;
}

.jyxx_tab_left ul li a {
	width: 147px;
	height: 40px;
	line-height: 40px;
	color: #5B5C64;
	font-size: 20px;
	font-weight: bold;
	position: relative;
}

.jyxx_tab_left ul li:before {
	content: "";
	width: 21px;
	height: 21px;
	position: absolute;
	top: 9px;
	right: -12px;
	display: none;
	background: url(icon22_20230706.png) no-repeat;
}

.jyxx_tab_right {
	float: left;
	width: 1030px;
	margin-left: 30px;
}

.jyxx_tab_left ul li:hover a {
	color: #3780D0;
}

.jyxx_tab_left ul li.active a {
	color: #3780D0;
}

.jyxx_tab_left ul li:hover:before {
	display: block;
}

.jyxx_tab_left ul li.active:before {
	color: #3780D0;
	display: block;
}

.jyxx_tab_right_main {
	float: left;
	width: 1030px;
	position: relative;
}

.tab_2_title {
	width: 93%;
	overflow: hidden;
	position: absolute;
	top: -60px;
	left: 80px;
}

.tab_2_title ul {
	float: left;
	width: 88%;
	overflow: hidden;
}

.tab_2_title ul li {
	float: left;
	margin-right: 10px;
}

.tab_2_title ul li a {
	display: block;
	font-weight: bold;
	color: #6B7987;
	height: 30px;
	line-height: 30px;
	padding: 0 25px;
	border-radius: 2px;
	font-size: 18px;
}

.tab_2_title ul li.active a {
	background: #3780D0;
	color: #fff;
}

.tab_2_title ul li:hover a {
	background: #3780D0;
	color: #fff;
}

.more_2 {
	float: right;
	margin-top: 3px;
}

.tab_2_bottom {
	width: 98%;
	margin-left: 20px;
	margin-top: 35px;
}

.tab_2_main {
	width: 100%;
}

.tab_2_main ul {
	width: 100%;
}

.tab_2_main ul li {
	width: 100%;
	margin-bottom: 24px;
}

.tab_2_main ul li p {
	width: 100%;
	overflow: hidden;
}

.tab_2_main ul li p a {
	float: left;
	display: inline-block;
	font-size: 18px;
	color: #2A2A2A;

}

.tab_2_main ul li p a:hover {
	color: #3780D0;
}

.new {
	float: left;
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url(new_20230706.png) no-repeat;
	margin-right: 12px;
	margin-top: 4px;
}

.dis {
	display: none;
}

.tab_2_main ul li div {
	width: 100%;
	overflow: hidden;
	margin-top: 13px;
	font-size: 15px;
}

.tab_2_main ul li div span {
	float: left;
	margin-right: 25px;
}

.tab_2_main ul li div span label {
	color: #3780D0;
}

.tab_2_main ul li div span em {
	font-style: normal;
	color: #2A2A2A;
	margin-left: 10px;
}

.slide_banner {
	width: 1220px;
}

.picSorll {
	width: 1220px;
	height: 119px;
	position: relative;
}

.picSorll ._btn {
	overflow: hidden;
	position: absolute;
	right: 13px;
	bottom: 11px;
	z-index: 9;
}

.picSorll ._btn ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.picSorll ._btn ul li {
	float: left;
	width: 21px;
	height: 4px;
	margin: 0 3px;
	cursor: pointer;
	background: #D1D1D1;
	border-radius: 11px;
}

.picSorll ._btn ul li.on {
	BACKGROUND-POSITION: 0px;
	background: #E1B871;
}

.picSorll .hd ul li.on {
	background-position: 0 0;
}

.picSorll .bd {
	width: 100%;
}

.picSorll .bd ul {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}

.picSorll .bd ul li {
	float: left;
	width: 100%;
	overflow: hidden;
}

.jytj_main {
	width: 1220px;
	margin-top: 24px;
	overflow: hidden;
	position: relative;
}

.jytj_main_top {
	width: 100%;
	border-bottom: 1px solid #CFD6DD;
	overflow: hidden;
}

.jytj_main_top .jyxx_tit {
	float: left;
}

.jytj_tab {
	float: left;
	width: 80%;
}

.jytj_tab .tab_2_title {
	position: initial;
}

.jytj_tab .tab_2_title ul {
	margin-top: 9px;
	margin-left: 100px;
}

.jytj_tab .tab_2_title ul li {
	float: left;
	margin-right: 80px;
}

.jytj_tab_main {
	width: 103%;
	height: 414px;
	background: #F7F7F7;
	margin-top: 30px;
	padding-top: 24px;
	padding-left: 16px;
	overflow: hidden;
}

.w_376 {
	float: left;
	width: 376px;
	height: 335px;
	background: #FFFFFF;
	border-radius: 6px;
	margin-right: 26px;
}

.w_376_top {
	width: 100%;
	font-weight: bold;
	text-align: center;
	font-size: 18px;
	line-height: 24px;
	margin-top: 11px;
}

.w_376_top em {
	font-style: normal;
	color: #CC4242;
	margin-right: 28px;
}

.w_376_top span {
	color: #464646;
}

.w_376_middle {
	width: 100%;
	margin-top: 17px;
	text-align: center;
}

.w_376_middle a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	background: #FFFFFF;
	border-radius: 3px;
	border: 1px solid #3780D0;
	padding: 0 30px;
	color: #3780D0;
	margin-left: 8px;
}

.w_376_middle a:hover {
	color: #fff;
	background: #3780D0;
}

.w_376_middle a.active {
	color: #fff;
	background: #3780D0;
}

.w_376_bottom {
	width: 100%;
	overflow: hidden;
	margin-top: 26px;
}

.w_376_bottom ul {
	width: 103%;
	overflow: hidden;
}

.w_376_bottom ul li {
	float: left;
	width: 165px;
	padding-left: 14px;
	padding-top: 11px;
	height: 94px;
	background: #9AD4E9;
	border-radius: 3px;
	margin-left: 15px;
	margin-bottom: 18px;
	position: relative;
}

.li_1:after {
	content: "";
	display: block;
	width: 77px;
	height: 71px;
	background: url(icon23_20230706.png) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px
}

.li_2:after {
	content: "";
	display: block;
	width: 72px;
	height: 69px;
	background: url(icon24_20230706.png) no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0px
}

.w_376_bottom ul li p {
	width: 100%;
	color: #fff;
	font-size: 18px;
}

.w_376_bottom ul li div {
	width: 100%;
	color: #fff;
	font-size: 15px;
}

.num {
	font-size: 28px;
	font-weight: bold;
	margin-right: 6px;
}

.echarts_box_1 {
	width: 376px;
	height: 293px;
}

.echarts1 {
	width: 100%;
	height: 293px;
}

.echarts_box_2 {
	width: 376px;
	height: 240px;
}

.echarts2 {
	width: 100%;
	height: 263px;
}

.jyxx_Box {
	width: 100%;
	overflow: hidden;
}

.jytj_tab_content {
	width: 100%;
	overflow: hidden;
}

.jytj_tab_bottom {
	width: 100%;
}

.jytj_tab_bottom ul {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	position: absolute;
	bottom: 20px;
	left: 45%;
}

.jytj_tab_bottom ul li {
	float: left;
	width: 42px;
	height: 8px;
	background: #3780D0;
	border-radius: 4px;
	margin-right: 10px;
}

.jytj_tab_bottom ul li.active {
	background: #FFB747;
}

.p_1 {
	font-size: 18px;
	font-weight: bold;
}

.gcjs_tit {
	font-size: 16px !important;
	margin-top: 3px;
}

.echarts_box_3 {
	width: 376px;
	height: 293px;
}

.echarts3 {
	width: 100%;
	height: 293px;
}

.pic_slide {
	width: 100%;
	margin-top: 20px;
}

.pic_slide .picSorll_1 {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.pic_slide .picSorll_1 .bd {
	width: 100%;
}

.pic_slide .picSorll_1 .bd .picList {
	width: 100%;
}

.pic_slide .picSorll_1 .bd .picList li {
	float: left;
	margin-right: 5px;
	width: 240px;
	height: 60px;
}

.pic_slide .picSorll_1 .bd .picList li a {
	display: block;
}

.pic_slide .picSorll_1 .bd .picList li a img {
	width: 240px;
	height: 60px;
}
.picScroll-left .hd {
    float: left;
    position: relative;
    z-index: 9;
}
.pic_slide .picSorll_1 .hd .next {
    display: none;
    width: 22px;
    height: 34px;
    cursor: pointer;
    background: url(right1_cgzx_znd_20231030.png) no-repeat;
    position: absolute;
    z-index: 999;
    top: 14px;
    right: 10px;
}

.pic_slide .picSorll_1 .hd .prev {
    display: none;
    width: 22px;
    height: 34px;
    cursor: pointer;
    background: url(left1_cgzx_znd_20231030.png) no-repeat;
    position: absolute;
    z-index: 999;
    top: 14px;
    left: 0px;
}
.pic_slide .picSorll_1 .bd .tempWrap{
	width: 1220px!important;
}

.share_main {
	width: 76px;
	position: absolute;
	top: 322px;
	z-index: 999;
	right: 0px;
}

.share_main ul {
	width: 76px;
}

.share_main ul li {
	width: 76px;
	height: 112px;
	background: #3780D0;
	border-radius: 3px;
	margin-bottom: 12px;
}

.share_main ul li a {
	display: block;
	width: 76px;
	height: 112px;
	text-align: center;
	padding-top: 20px;
}

.share_main ul li a p {
	color: #fff;
	font-size: 14px;
}

.share_main ul li a p img {
	margin: 0 auto;
}

.w_110 {
	background: #fff;
	position: absolute;
	top: 125px;
	left: -110px;
	height: 110px;
	border-radius: 3px;
	display: none;
}

.w_110 img {
	width: 110px;
}

.wap_dl:hover .w_110 {
	display: block;
}

.left_xf {
	width: 120px;
	position: absolute;
	top: 322px;
	z-index: 999;
	left: 0px;
}

.left_xf ul {
	width: 120px;
	position: relative;
}

.left_xf ul li {
	width: 120px;
	height: auto;
	background: #3780D0;
	margin-bottom: 11px;
	border-radius: 3px;
}

.left_xf ul li a {
	display: block;
	width: 120px;
	height: auto;
	padding: 12px;
	color: #fff;
	line-height: 26px;
}
.gbBtn{
	display: inline-block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	background: #1d5fba;
	position: absolute;
	right:0px;
	bottom:0px;
	text-align: center;
}
.gbBtn:hover{
	color: #fff;
}



/* 首页结束 20230711*/
.site_map_list {
	padding-top: 10px;
	margin-top: 30px
}

.site_map_list dl {
	margin-bottom: 20px;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
	clear: both;
}

.site_map_list dl dt {
	width: 100%;
	font-size: 18px;
	font-weight: 900;
	margin-bottom: 15px;
}

.site_map_list dl dt a {
	margin-left: 10px;
	background: url(wap_ico2.png) no-repeat left;
	padding-left: 30px
}

.site_map_list dl dd {
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;
}

.site_map_list dl dd a {
	margin: 0 10px;
}

.site_map_list dl dd a:hover {
	color: #3780D0;
}

.cqjySlide {
	float: left;
	width: 93%;
	position: relative;
}

.owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.owl-item {
	float: left;
}

.sss {
	width: 100% !important;
}

.owl-item li a {
	padding: 0 !important;
	text-align: center !important;
}

.owl-item li {
	float: none !important;
}

.owl-prev {
	width: 21px;
	height: 21px;
	background: url(icon22_left_20230706.png) no-repeat;
	position: absolute;
	left: -40px;
	top: 4px;
	z-index: 9999;
	cursor: pointer;
}

.owl-next {
	width: 21px;
	height: 21px;
	background: url(icon22_20230706.png) no-repeat;
	position: absolute;
	right: -16px;
	top: 4px;
	z-index: 9999;
	cursor: pointer;
}

#cqjy_tab {
	overflow: initial;
}

.owl-wrapper .active li a {
	background: #3780D0;
	color: #fff;
}

.TRS_UEDITOR table {
	width: 100% !important;
	max-width: 100% !important;
	margin: 0 auto !important;
}

.erji_title {
	color: #3780D0;
	text-align: center;
	margin-bottom: 40px;
}

.tzgg_title a {
	color: #3780D0;
}

.currency_ul li:nth-child(5n) {
	padding-bottom: 24px;
	border-bottom: 1px solid #f7f7f7;
}

/* 分享20230830 */
.fx_ul {
	width:50px;
	background: #fff;
	padding: 10px 10px 0 10px;
	display: none;
	box-shadow: 3px 5px 25px -10px rgba(0, 0, 0, 0.77);
	-webkit-box-shadow: 3px 5px 25px -10px rgba(0, 0, 0, 0.77);
	-moz-box-shadow: 3px 5px 25px -10px rgba(0, 0, 0, 0.77);
	position: absolute;
	top: 43px;
	left: 35px;
}
.fx_ul li {
	width: 100%;
	height: 30px;
	float: left;
	border-radius: 3px;
	margin-bottom: 8px;
}


.fx_ul li a {
	display: block;
	float: left;
	margin-left: 4px;
	margin-top: 4px;
}

.weibo {
	float: left;
	width: 24px;
	height: 24px;
	background: url(wb_20230830.png) no-repeat;
	background-size: 24px;
	display: inline-block;
}

.fx_ul p {
	float: left;
	font-size: 14px;
	display: inline-block;
	margin-left: 4px;
}

.weixin {
	float: left;
	width: 24px;
	height: 24px;
	background: url(wx_20230830.png) no-repeat;
	background-size: 24px;
	display: inline-block;
}

.fx_ul li:hover p {
	color: #fff;
}

.fx_ul li:hover .weibo {
	background: url(wb_20230830.png) no-repeat;
	background-size: 24px;
}

.fx_ul li:hover .weixin {
	background: url(wx_20230830.png) no-repeat;
	background-size: 24px;
}
.fx_bg {
    float: left;
    width: 19px;
    height: 22px;
    background: url(ico13.png) no-repeat;
    cursor: pointer;
}
.fx_ul li a {
    display: block;
    float: left;
    margin-left: 4px;
    margin-top: 4px;
}
.fx_ul p{
	line-height: initial;
	margin: 0;
	display: block;
}
#bsWXBox {
	border: 5px solid #ccc;
	border-radius: 5px;
	padding: 0 !important;
}

.bsBox {
	display: none;
	z-index: 100000001;
	font-size: 12px;
	padding: 6px !important;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bsClose {
	_overflow: hidden;
	cursor: pointer;
	position: absolute;
	z-index: 10000000;
	color: #666;
	font-weight: bold;
	font-family: Helvetica, Arial;
	font-size: 14px;
	line-height: 20px;
}

.bsTop {
	width: 210px!important;
	color: #666;
	background: #f2f2f2;
	height: 24px;
	line-height: 24px;
	border-bottom: 1px solid #e8e8e8;
}

.bsFrameDiv,
#bsMorePanel {
	border: none;
	background: #fff;
}

#qrcode img {
	display: inline-block !important;
	margin: 18px;
}
#jrkb_tab{
	position: relative;
}
.moreMain{
	position: absolute;
	right:10px;
	top:0px;
	line-height: 53px;
}
.moreMain a{
	color: #A7AAB1;
	background: url(jt_20230901.png) right center no-repeat;
	padding-right: 10px;
}



.nLi{
	position:relative;
}

.head .sub {
	display: none;
	width: auto;
	text-align: center;
	left: 0;
	top: 55px;
	border-radius: 3px;
	position: absolute;
	background:#eef7ff;
	line-height: 26px;
	padding: 10px 0;
}

.head .sub li {
	zoom: 1;
	width: 100%;
}

.head .sub a {
	display: block;
	padding: 0;
	color: #333;
	font-size: 15px;
	line-height: 33px;
	font-weight: normal;
}

.head .sub a:hover {
	color: #3780D0;
	background: none;
}

.head .on h3 a {
	color: #fff;
}
.zbdw{
	overflow: hidden;
}
.zbdw p{
	float:left;
	margin-right: 16px;
}

.yqlj_right{
	float:left;
	width: 1100px;
	margin-left: 30px;
}
.Links_top select{
	float:left;
	width: 348px;
	height: 39px;
	line-height: 39px;
	border-radius: 3px;
	border: 1px solid #e4e4e4;
	color: #49505a;
	font-size: 16px;
	margin-right:17px;
	padding-left: 10px
}



/* 互动交流20231030 */
.hdjl_main{
	width: 100%;
	margin-top: 25px;
}
.hdjl_top{
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding:20px 0 20px 0;
	background: #F5F9FD;
	border-radius: 3px;
	overflow: hidden;
}
.bjtj_left{
	float:left;
	width:80%;
}
.bjtj_left ul{
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}
.bjtj_left ul li{
	float:left;
	width: 33%;
	padding-top: 17px;
	height: 79px;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	padding-left:50px;
}
.bjtj_left ul li:before{
	display: block;
	content: "";
	width: 1px;
	height: 79px;
	background: rgba(55,128,208,0.21);
	position: absolute;
	top:0;
	right:0;
}
.bjtj_left ul li:nth-child(3n):before{
	display: none;
}
.bjtjicon1{
	float:left;
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(icon28_20230706.png);
	background-size: 100%;
}
.bjtjicon2{
	float:left;
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(icon29_20230706.png);
	background-size: 100%;
}
.bjtjicon3{
	float:left;
	display: inline-block;
	width: 49px;
	height: 49px;
	background: url(icon30_20230706.png);
	background-size: 100%;
}


.bt{
	float:left;
	font-size: 18px;
	color: #383838;
	margin-left: 20px;
	margin-top: 10px;
}
.num_1{
	float:left;
	color: #3780D0;
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
}
.right_zrxxx{
	float:right;
	margin-right: 12px;
}
.right_zrxxx a{
	padding: 0 20px 0 90px;
	background: url(icon31_20230706.png) #FF5916 20px center  no-repeat;
	background-size:50px ;
	display: block;
	font-size: 25px;
	height: 79px;
	line-height: 79px;
	color: #fff;
	border-radius: 6px;
}


.picScroll-left .prev {
    float: left;
    display: inline-block;
    width: 28px;
    height: 48px;
    background: url(left_20231107.png) no-repeat;
    position: absolute;
    left: 20px;
    top: 26%;
}
.picScroll-left .next {
    float: left;
    display: inline-block;
    width: 28px;
    height: 48px;
    background: url(right_20231107.png) no-repeat;
    position: absolute;
    right: 20px;
    top: 26%;
}


/* 办事不求人 */
.bsbqr_main{
	width: 100%;
	margin-top: 55px;
	overflow: hidden;
}
.bsbqr_main ul{
	width: 105%;
	overflow: hidden;
	padding: 8px;
}
.bsbqr_main ul li{
	float:left;
	width: 207px;
	height: auto;
	padding-bottom: 12px;
	/* background: url(ewm_bg_znd_20240325_1.png) no-repeat; */
	background-size: cover;
	margin-right: 12px;
	margin-bottom: 30px;
	background: linear-gradient( 177deg, #FFFFFF 0%, #E4EDFF 100%);
	border-radius: 30px;
	box-shadow: 0px 0px 7px 0px rgba(161,189,218,0.56);
}
.bsbqr_main ul li a{
	display: block;
	width: 211px;
	height: 183px;
	padding-top: 23px;
}
.bsbqr_main ul li a:hover .ewm_title{
	color: #1d5fba;
}
.ewm_maon{
	width: 83px;
	height: 83px;
	background: #fff;
	margin: 0 auto;
	padding-top: 4px;
	padding-left: 4px;

}
.ewm_maon img{
	width: 75px;
	height: 75px;
	text-align: center;
}
.ewm_title{
	width: 100%;
	padding: 0 16px;
	color: #3C3C3C;
	line-height: 24px;
	margin-top: 11px;
	text-align: center;
}

.bsbqr_content{
	width: 100%;
	background: url(bsbqr_bg_znd_20240325_1.jpg) no-repeat;
	background-size: cover;
	height: 1796px;
	margin-top: 25px;
	padding-top: 54px;
	overflow-y: auto;
}
.w_710{
	width: 710px;
	margin: 0 auto;
}
.w_710_title{
	width: 100%;
	color: #3C3C3C;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.w_710_content{
	width: 100%;
	margin-top: 66px;
	color: #4F4F4F;
	line-height: 32px;
	margin-bottom: 30px;
	word-break: break-word;
}
.w_710_box{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
	text-align: center;
}
.w_710_bt{
	margin: 0 auto;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	background: #E7EEFF;
	color: #3780D0;
	font-size: 22px;
	font-weight: bold;
	border-radius: 3px;
	text-align: center;
	padding:0 40px;
}
.w_710_box_main{
	margin-top: 32px;
	width: 100%;
	height: auto;
	min-height: 40px;
	background: rgba(255,255,255,0.65);
	border-radius: 3px;
	padding: 10px 20px;
	color: #4F4F4F;
	line-height: 28px;
	text-align: left;
}

.text_center{
	text-align: center;
}




/* 20240920交易信息改版开始 */
.jyxx_tab_main{
	width: 85%!important;
}
.jyxx_tab_main .tab_2_title{
	width: 100%;
}
.jyxx_tab_main .tab_2_title ul{
	width: 97%!important;
	margin-left: 30px!important;
	
}
.jyxx_tab_main .tab_2_title ul li{
	margin-right: 24px!important;
}
.jyxx_tab_main .tab_2_title ul li a{
	padding: 0 16px;
}
.jytj_tab_main{
	width: 100%!important;
	height: auto!important;
	min-height: 414px!important;
	padding-bottom: 20px!important;
	background: #eef7ff!important;
	margin-top: 10px!important;
}
.jytj_tab_title{
	width: 100%;
	padding-bottom: 17px;
	background: url(tjjy_img1_20240920.png) bottom center no-repeat;
	text-align: center;
	color: #3780d0;
	font-size: 20px;
	font-weight: bold;
}
.jytj_tab_box{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.jytj_tab_box_left{
	float:left;
	width: 876px;
	min-height: 310px;
	padding: 24px 20px 20px 20px;
	background: #daedff;
	border: 1px solid #fff;
	border-radius: 3px;
}
.jytj_new_box{
	float:left;
	width: 360px;
}
.tab_btn_main{
	width: 100%;
}
.tab_btn_main a{
	display: inline-block;
	width: 100px;
	height: 38px;
	line-height: 38px;
	margin-right: 16px;
	color: #3780d0;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: url(tjjy_img2_20240920.png) no-repeat;
}

.tab_btn_main a:hover{
	color: #fff;
	background: url(tjjy_img3_20240920.png) no-repeat;
}
.tab_btn_main a.active{
	color: #fff;
	background: url(tjjy_img3_20240920.png) no-repeat;
}
.jytj_new_box_bottom{
	width: 100%;
	margin-top: 20px;
}
.sjggzy_tit{
	width: 100%;
	height: 70px;
	padding-top:8px;
	text-align: center;
	border-radius: 3px;
	background: #a8d7ff;
	margin-top: 33px;
	margin-bottom: 20px;
}
.sjggzy_tit p{
	font-size: 16px;
	color: #333333;
	margin-bottom:6px;
}
.sjggzy_tit p span{
	font-size: 22px;
	margin-right: 10px;
}
.echarts_main{
	float:left;
	width: 445px;
	margin-left: 29px;
	height: 266px;
}
.echarts2 {
    width: 100%;
    height: 266px;
}
.jytj_tab_box_right{
	float:right;
	width: 275px;
	min-height: 310px;
	padding: 24px 20px 20px 20px;
	background: #daedff;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-right: 20px;
	padding: 0 25px;
	padding-top: 25px;
}
.jytj_tab_box_right_title{
	width: 100%;
	text-align: center;
	color: #9b5ea6;
	font-weight: bold;
	font-size: 20px;
}
.jytj_tab_box_right_bottom{
	width: 100%;
	margin-top: 16px;
}
.money_box{
	width:100%;
	height: 47px;
	line-height: 47px;
	text-align: center;
	border-radius: 3px;
	background: #a8d7ff;
	margin-bottom: 13px;
	color:#333;
}
.jytj_new_box_bottom ul{
	width: 101%;
	overflow: hidden;
}
.jytj_new_box_bottom ul li{
	float:left;
	width: 165px;
	height: 74px;
	padding-top: 10px;
	padding-left: 22px;
	padding-right: 20px;
	border-radius: 3px;
	background: #a8d7ff;
	margin-right: 13px;
	margin-bottom: 13px;
}
.jytj_new_box_bottom ul li p{
	width: 100%;
	color: #333;
}
.jy_num_box{
	width: 100%;
}
.jy_num_text{
	font-size: 26px;
	margin-right: 5px;
}
.echarts_main_1{
	width: 100%;
	margin-top: 10px;
	height: 80px;
}
.echarts5{
	width: 100%;
	height: 100px;
}
.echarts6{
	width: 100%;
	height: 263px;
	margin-top: 30px;
}
.other_mt_28 .money_box{
	margin-bottom: 28px;
}
.cq_main{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
}
.cq_main_left{
	float:left;
	width: 575px;
	height: 350px;
	border-radius: 3px;
	border: 1px solid #fff;
	background: #daedff;
	padding: 20px;
}
.cq_main_right{
	float:right;
	width: 575px;
	height: 350px;
	border-radius: 3px;
	border: 1px solid #fff;
	margin-right: 16px;
	background: #daedff;
	padding: 20px;
}
.cq_title{
	width: 100%;
	border-bottom: 2px solid #fff;
	text-align: center;
	position: relative;
	font-size: 20px;
	color: #c7350c;
	font-weight: bold;
	padding-bottom: 16px;
}
.cq_title:after{
	display:block;
	content:"";
	width:96px;
	height: 2px;
	background: #ffb747;
	position: absolute;
	bottom: -2px;
	left: 41%;
}
.cq_content{
	width: 100%;
	margin-top: 25px;
}
.cq_content_top{
	width: 100%;
	overflow: hidden;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.cq_content_tit{
	width: 47%;
	text-align: center;
	height: 52px;
	line-height: 52px;
	border-radius: 3px;
	background: #a8d7ff;
	color: #333;
	margin-bottom: 14px;
	
}
.cq_content_bottom{
	width: 100%;
	text-align: center;
	height: 52px;
	line-height: 52px;
	border-radius: 3px;
	background: #a8d7ff;
	color: #333;
	
}
.jytj_tab_box_right_title select{
	padding: 2px 0;  
	vertical-align: top;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none; font-weight: bold;
	color: #3780D0;
	font-size: 16px;
	margin-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	width: 72px;
	height: 26px;
	text-indent: 4px;
	border-radius: 19px;
	border: 1px solid #B9CDFC;
	background: #f9f9f9;
	cursor: pointer;
}



/* 20240920交易信息改版结束 */




@media screen and (max-width:1600px){
	.logo{
		margin-left: 58px!important;
		margin-right: 0px!important;
	}
}
@media screen and (max-width:1440px){
	.logo{
		margin-left: 10px!important;
		margin-right: 0px!important;
	}
/* 	#totop{
		    right: 45px;
	} */
}
@media screen and (max-width:1366px){
	.logo{
		margin-left: 10px!important;
		margin-right: 0px!important;
	}
/* 	#totop{
		    right: 8px;
	} */
}